Elements used for data - driven testing 用于数据驱动测试的元素
Provides data source - specific information for data - driven testing 为数据驱动测试提供数据源特定的信息。
Specifies constants that indicate how data rows are accessed in data - driven testing 指定常数,这些常数指示如何在数据驱动测试中访问数据行。
And lastname is the name of a valid column in the row associated with the current iteration of the data - driven test , lastname是以下行中某个有效列的名称,该行与数据驱动的测试的当前迭代关联。
You can double - click any one of the rows in this table to see additional details about that iteration of the data - driven test 可以双击此表中的任意一行,查看有关数据驱动测试迭代的其他详细信息。
Data-driven testing (DDT) is a term used in the testing of computer software to describe testing done using a table of conditions directly as test inputs and verifiable outputs as well as the process where test environment settings and control are not hard-coded. In the simplest form the tester supplies the inputs from a row in the table and expects the outputs which occur in the same row.